home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / meddle16.zip / MDL.CFG < prev    next >
Text File  |  1996-09-30  |  1KB  |  40 lines

  1. # This is the configuration file for MedDLe. You must tell MedDLe where
  2. # to find your mdl files. It is usually in the quake sub-directory
  3. # called 'progs'. (What? You don't have that directory? Unpack your
  4. # id1.pak then.)  NOTE: You must use forward slashes and end the
  5. # path with a forward slash!
  6.  
  7. #note!!!! you can use multiple cfg files by using the -c option at the 
  8. #         command line. ... type:  "mdl -c mdl2.cfg player.mdl"
  9. #         to use the configuration in mdl2.cfg. mdl.cfg is the default.
  10. #         ALSO. you can change screen resolution by hitting the +/- keys. 
  11.  
  12. progspath c:/quake/id1/progs/
  13. #progspath d:/prog/mdl/
  14.  
  15. # Set your video driver here. The possible choices are:
  16. #       herc = Hercules (bla)
  17. #       stdega = standard EGA (bla)
  18. #       stdvga = standard VGA (really slow)
  19. #       vesa = generic VESA Super VGA driver 
  20. #       ati28800 =  ATI 28800 chipset 
  21. #       et4000 = Tseng ET4000 (i.e. w32p)
  22. #       cl5426 = Cirrus 5426 
  23. #       mach64 = ATI MACH64 (i.e. s3)
  24. #       svgalib = (for Linux)
  25.  
  26. driver stdvga
  27.  
  28. # Set the screen resolution here. All of the following choices
  29. # may or may not work depending on your video card. The choices are:  
  30. #      0 = 320x200 
  31. #      1 = 640x350
  32. #      2 = 640x480
  33. #      3 = 800x600
  34. #      4 = 1024x768
  35.  
  36. mode 0
  37.  
  38. # if you change anything in this file, use '#' for comments
  39. # That's it for now folks!
  40.